#loading{
    position: absolute;
    z-index: 9999;
    background: #10163ac7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 220px;
    border-radius: 7px;
}

.is-blur{
    filter: blur(2px);
}
